* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
a {
  color: #333;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
button,
code,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "瀵邦喛钂嬮梿鍛寸拨", verdana;
  color: #333333;
  outline: none;
}
body {
  min-height: 100%;
  min-width: 1200px;
  background-color: #ffffff;
}
ul li {
  list-style: none;
}
.right {
  float: right;
}
.breadcrumb {
  font-size: 14px;
}
.yg-content {
  position: relative;
}
.slideBox {
  position: relative;
  overflow: hidden;
  height: 420px;
}
.slideBox img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 420px;
  text-align: center;
  max-width: none;
}
.slideBox .hd {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.slick {
  width: 50px;
  height: 9px;
  background-color: #bcbfbc;
  background-color: rgba(0, 0, 0, 0.2);
}
.slideBox .hd ul li.on {
  background-color: #ae865b;
}
.yg-row {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 12px;
}
.yg-row:before {
  content: "";
  display: table;
}
.yg-row:after {
  content: "";
  clear: both;
}
.popularity,
.newGoods,
.campaign,
.food-workshop {
  margin-top: 30px;
}
.food-workshop .breadcrumb {
  margin-top: 14px;
}
.food-workshop .breadcrumb .right-span {
  margin: 0 10px;
  color: #333;
}
.food-workshop .breadcrumb span:not(.right-span):hover {
  color: #cfa972;
}
.left > span {
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.left {
  float: left;
}
.left img {
  position: absolute;
}
.left span {
  position: absolute;
  left: 45px;
}
.head {
  height: 36px;
  margin-bottom: 20px;
}
.popularity-list {
  position: relative;
}
.popularity-first {
  width: 392px;
  height: 440px;
  display: inline-block;
}
.popularity-list img {
  width: 100%;
  height: 100%;
}
.popularity-second {
  display: inline-block;
  width: 392px;
  height: 214px;
  position: absolute;
  top: 0;
  margin-left: 12px;
  background: #f8f8f8;
}
.popularity-third {
  display: inline-block;
  width: 392px;
  height: 214px;
  position: absolute;
  bottom: 0;
  margin-left: 12px;
}
.popularity-forth {
  display: inline-block;
  width: 392px;
  height: 214px;
  position: absolute;
  top: 0;
  right: 0;
}
.popularity-fifth {
  display: inline-block;
  width: 392px;
  height: 214px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newGoods-list {
  height: 440px;
  background-color: #f4f0ea;
}
/* .newGoods-list img:hover{
    filter:Alpha(opacity="70");
    opacity:.7;
} */
.newGoods-list .pic {
  position: relative;
}
.newGoods-list .second-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.newGoods-list .kuang:hover .second-img {
  z-index: 3;
}
.newGoods-list .kuang:hover img:first-child {
  opacity: 0;
}
.pic img {
  width: 210px;
  height: 210px;
}
.picList {
  position: relative;
  overflow: hidden;
  width: 2500px;
}
.newGoods-list .bd {
  width: 1200px;
  overflow: hidden;
  margin-top: 16px;
}
.picList li {
  margin-right: 10px;
}
.newGoods-list .hd a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eae4db;
  border-radius: 50%;
  cursor: pointer;
}
.newGoods-list .hd a:hover.notAllowed {
  background: #eae4db;
}
.newGoods-list .hd a:hover {
  background: #d6c7b6;
}
.newGoods-list .hd a img {
  height: 28px;
  margin-top: 12px;
  margin-left: 18px;
}
.newGoods-list .hd .prev {
  left: -70px;
}
.newGoods-list .hd .next {
  right: -60px;
}
.newGoods-list .hd .next img {
  transform: rotate(180deg);
  margin-left: 22px;
}
.newGoods-list .tempWrap {
  width: 1155px;
}
.picScroll-left {
  position: relative;
}
/* 濞茶濮╂稉顓炵妇 */
.campaign .head img {
  width: 34px;
  height: 32px;
}
.campaign-tab {
  /* display: -webkit-inline-flex;
    display: inline-flex; */
  width: 100%;
  font-size: 0;
  text-align: center;
  /* border: 1px solid #e5ded3; */
  box-sizing: content-box;
}
.campaign-tab div {
  /* display: inline-block; */
  box-sizing: border-box;
  position: relative;
  height: 60px;
  /* flex-grow:1; */
  width: 33.33333333%;
  line-height: 60px;
  font-size: 20px;
  color: #666;
  background: #f4ede4;
  cursor: pointer;
  border-bottom: 4px solid #efe2ce;
  transition: all 0.5s;
}
.campaign-tab div:hover {
  color: #d4ae86;
}
.campaign-tab div:after {
  position: absolute;
  right: 0;
  content: "";
  height: 46px;
  width: 1px;
  margin-top: 7px;
  background: #d7cec3;
}
.campaign-tab div:last-child:after {
  content: "";
  display: none;
}
.campaign-tab div.active {
  color: #fff;
  background-color: #d4ae86;
  border-bottom: 4px solid #bc9771;
}
.campaign-limitbuy {
  position: relative;
  height: 425px;
  margin-top: 30px;
  border: 1px solid #f0ece4;
}
.campaign-limitbuy .more {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  z-index: 33;
}
.campaign-limitbuy .left {
  height: 100%;
  width: 258px;
  background: url("../../images/activity_bg.png") no-repeat;
  text-align: center;
  font-size: 20px;
}
.campaign-limitbuy .left .p1 {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 76px;
  border-bottom: 2px solid #a7936e;
  color: #a7936e;
}
.campaign-limitbuy .left .p2 {
  margin-top: 18px;
  margin-bottom: 35px;
  color: #a7936e;
}
.campaign-limitbuy .left .timegroup div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  background: #a7936e;
}
.campaign-limitbuy .left .timegroup b {
  color: #a7936e;
}
.campaign-limitbuy .left .btn {
  display: inline-block;
  margin-top: 52px;
  width: 106px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #b3a385;
  border-radius: 14px;
}
.campaign-limitbuy .right {
  position: relative;
  padding: 20px;
  height: 100%;
}
.campaign-limitbuy .right:hover .flip {
  display: block;
}
.flip {
  display: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  cursor: pointer;
  z-index: 33;
}
.flip .icon {
  float: left;
  font-size: 30px;
  line-height: 34px;
}
.flip span {
  float: left;
  width: 30px;
  height: 37px;
  white-space: pre-wrap;
  line-height: 16px;
  margin-left: 4px;
}
.flip.prev {
  left: 0;
  border-radius: 0 25px 25px 0;
  padding: 5px 4px;
  padding-top: 9px;
}
.flip.next {
  right: 0;
  border-radius: 25px 0 0 25px;
  padding: 5px 10px;
  padding-top: 9px;
  padding-left: 16px;
}
.flip.next .icon {
  margin-left: 0px;
}
.campaign-limitbuy .campaign-huodong {
  width: 900px;
  height: 100%;
  overflow: hidden;
}
.campaign-limitbuy .campaign-huodong > .clearfix {
  width: 300%;
  transform: translateX(0);
  transition: transform 0.5s;
}
.campaign-limitbuy .campaign-box {
  position: relative;
  float: left;
  width: 900px;
  height: 340px;
}
.campaign-limitbuy .campaign-box .item-pic {
  position: relative;
  float: left;
  background: #f8f8f8;
}
.campaign-limitbuy .campaign-box .item-pic img {
  width: 345px;
  height: 340px;
}
.campaign-limitbuy .campaign-box .coverPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.campaign-limitbuy .campaign-box .coverPic .item-pic-cicle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.campaign-box .item-des {
  float: left;
  margin-top: 66px;
  margin-left: 85px;
}
.campaign-box .item-des .item-name {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.campaign-box .item-des .item-subname {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.campaign-box .item-des .item-sales .num {
  float: left;
  font-size: 14px;
  color: #999;
}
.campaign-box .item-des .item-sales .progress {
  float: left;
  width: 200px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #f2cecd;
  background: #fff;
  margin-left: 45px;
  overflow: hidden;
}
.campaign-box .item-des .item-sales .progress .progress-bg {
  display: block;
  width: 50%;
  height: 100%;
  background: #ffe5e5;
}
.campaign-box .item-price {
  margin-top: 20px;
  margin-bottom: 37px;
}
.campaign-box .item-des .nowprice {
  float: left;
  color: #333;
  font-size: 14px;
}
.campaign-box .item-des .nowprice .price {
  font-size: 20px;
}
.campaign-box .item-des .item-price .price-del {
  float: left;
  margin-left: 35px;
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}
.campaign-box .item-des .item-price .price-del .price-line {
  text-decoration: line-through;
}
.campaign-box .item-btn {
  display: block;
  width: 135px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #be4141;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.campaign-box .item-btn.active {
  background: #fff;
  color: #333;
  border: 1px solid #6a6a6a;
}
.campaign-box .item-btn.done {
  background: #fff;
  color: #be4141;
  border: 1px solid #be4141;
}
.campaign-box .item-btn.hastips {
  background-color: #fff;
  color: #333;
  border: 1px solid #6a6a6a;
}
.campaign-box .item-btn.hastips .fa {
  font-size: 20px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.campaign-box .item-btn .fa {
  font-size: 26px;
  vertical-align: sub;
  margin-left: 5px;
}
.campaign-box .youhuijuan {
  position: absolute;
  right: 4px;
  bottom: 7px;
  width: 220px;
  height: 100px;
  background: #b0403f;
  padding: 0 10px;
  background: url("../../images/youhuijuan.png") no-repeat;
}
.campaign-box .youhuijuan p {
  text-align: center;
  color: #fff;
}
.campaign-box .youhuijuan p span {
  font-size: 24px;
}
.campaign-box .youhuijuan p:first-child {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #fff;
}
.campaign-box .youhuijuan p:last-child {
  font-size: 20px;
  padding-top: 10px;
}
.campaign-limitbuy ul {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.campaign-limitbuy ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d4ae86;
  margin-right: 17px;
}
.campaign-limitbuy ul li:last-child {
  marign-right: 0;
}
.campaign-limitbuy ul li.on {
  background: #d4ae86;
}
/* 閹风厧娲�*/
.pintuan {
  position: relative;
  border: 1px solid #f0ece4;
  width: 100%;
  height: 425px;
  margin-top: 30px;
}
.pintuan .pintuan-box {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 284px;
  padding-right: 20px;
}
.pintuan .swiper-container {
  width: 1200px;
  height: 425px;
}
/* .pintuan div.pintuan-box:nth-child(2){
	padding-right:10px;
}
.pintuan div.pintuan-box:nth-child(3){
	padding-left:10px;
}
.pintuan div.pintuan-box:first-child{
    width:25%;
    margin-right:20px;
} */
.pintuan .box-pic {
  position: relative;
  width: 100%;
  height: 310px;
  background: #f5f5f5;
  cursor: pointer;
}
.pintuan-box .box-pic img {
  width: 100%;
  height: 100%;
}
.pintuan-box .box-pic .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
}
.pintuan-box .box-pic .cover .code-border {
  width: 132px;
  height: 132px;
  margin: 70px auto 15px;
  padding: 10px;
  background: #e3e3e3;
}
.pintuan-box .box-pic .cover .code-border img {
  width: 100%;
  height: 100%;
}
.pintuan-box .box-pic .cover p {
  font-size: 24px;
  color: #fff;
}
.pintuan-box .box-des {
  position: relative;
  padding: 20px 0px;
}
.pintuan-box:first-child .box-des {
  position: relative;
  padding: 20px 25px;
}
.pintuan-box .name {
  font-size: 18px;
}
.pintuan-box .item-price {
  font-size: 14px;
  color: #333;
}
.pintuan-box .item-price .price {
  font-size: 20px;
}
.pintuan-box .item-btn {
  position: absolute;
  right: 20px;
  bottom: 23px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #be4141;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
/* .pintuan-box:first-child .item-btn{
    right:35px;
    width:135px;
} */
.pintuan-box .item-btn .fa {
  font-size: 28px;
  margin-left: 8px;
  vertical-align: sub;
}
.pintuan-box .num {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #be4141;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 6px;
  line-height: 17px;
}
/* 秒杀 */
.miaosha {
  position: relative;
  margin-top: 30px;
  border: 1px solid #f0ece4;
  height: 425px;
}
.miaosha .swiper-miaosha {
  width: 1200px;
  height: 414px;
}
.miaosha-container .miaosha-li {
  float: left;
  width: 285px;
  transition: box-shadow 0.4s;
}
.miaosha-container .miaosha-li:hover {
  box-shadow: 0px 3px 5px 0px #ddd;
}
/* .miaosha-container .miaosha-li:nth-child(4n+4){
	margin-right:0;
} */
.miaosha-container .img {
  width: 100%;
  height: 282px;
  border: 1px solid #f0ece4;
  border-top: none;
  cursor: pointer;
  padding: 20px;
  background: #f5f5f5;
}
/* .miaosha-container .miaosha-li:first-child .img{
	border-left:none;
}
.miaosha-container .miaosha-li:last-child .img{
	border-right:none;
} */
.miaosha-container .img img {
  width: 100%;
  height: 100%;
}
.miaosha-container .des {
  padding: 15px 5px;
}
.miaosha-container .des p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.miaosha-container .des .num {
  margin-bottom: 15px;
}
.miaosha-container .des .progress-box {
  float: left;
  width: 156px;
  height: 14px;
  border: 1px solid #f2cecd;
  border-radius: 7px;
  overflow: hidden;
}
.miaosha-container .des .progress-box .progress {
  width: 10%;
  height: 14px;
  background: #ffe5e5;
}
.miaosha-container .des .num span {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}
.miaosha-container .des .price-box .now-price {
  float: left;
  color: #be4141;
  font-size: 14px;
  line-height: 35px;
}
.miaosha-container .des .price-box .now-price b {
  font-size: 16px;
}
.miaosha-container .des .price-box .now-price del {
  color: #999;
  font-size: 12px;
}
.miaosha-container .des .price-box .btn {
  display: inline-block;
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #be4141;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
/*  妞嬬喎鎼ч崸锟� */
.food-workshop header span {
  left: 0;
}
.food-workshop-inner {
  position: relative;
  display: inline-block;
  margin-left: 36px;
  padding-bottom: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.food-workshop-inner:hover {
  box-shadow: 0 2px 8px #ddd;
}
.food-workshop-img img {
  width: 1200px;
  height: 400px;
}
.food-workshop-img {
  margin-bottom: 40px;
}
.food-workshop-inner-img {
  position: relative;
  width: 270px;
  padding: 40px;
  padding-bottom: 0;
  background: #fff;
  cursor: pointer;
}
.food-workshop-inner-img img {
  width: 100%;
  /* height:100%; */
}
.food-workshop-inner-first {
  margin-left: 0;
}
.kuang {
  box-sizing: border-box;
  width: 290px;
  height: 365px;
  text-align: center;
  padding-top: 30px;
  background-color: #ffffff;
}
.kuang a {
  display: block;
}
/* .picList li .kuang img{
	transition:transform 1s;
}
.picList li:hover .kuang img{
	transform:scale(1.03);
} */
.activity {
  position: relative;
}
.tag {
  position: absolute;
  top: 8px;
  height: 21px;
  line-height: 20px;
  padding: 0 10px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.tag.red {
  background-color: #e4481e;
}
.tag.yellow {
  background-color: #faa412;
}
.tag.gray {
  background-color: #cfa972;
}
.activity .name {
  margin-top: 40px;
}
.activity ~ div .price {
  font-size: 16px;
}
.name {
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.subname {
  font-size: 14px;
  line-height: 25px;
  color: #9c9b9b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.price {
  font-size: 24px;
  color: #c91414;
  margin-top: 5px;
  text-align: center;
}
.activity ~ div .price.food {
  font-size: 24px;
}
.newGoods-text {
  width: 253px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 3px;
}
/* .img img{
    width: 172px;
    height: 172px;
} */
.huon {
  width: 172px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 0 auto;
  margin-top: 10px;
}
.huop {
  text-align: left;
  width: 172px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  position: relative;
}
.shu {
  position: absolute;
  left: 55px;
  font-size: 12px;
  top: 4px;
}
.n {
  position: absolute;
  left: 65px;
  font-size: 14px;
  top: 3px;
}
.an {
  position: absolute;
  bottom: 15px;
  left: 63px;
  background-color: #c91414;
  padding: 1px 13px;
}
.an a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.an span {
  line-height: 24px;
}

/* 娴兼ɑ鍎崚锟� */
.coupon-head {
  width: 128px;
  height: 50px;
  font-size: 20px;
  color: #b4662f;
  background: #e5daae;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #d0c494;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.coupon-head:hover {
  color: white;
  background: #ba1e1e;
}
.coupon-head:last-child {
  width: 104px;
  border-right: none;
  font-size: 14px;
  height: 50px;
  line-height: 55px;
  text-align: right;
  padding-right: 20px;
}
.coupon-head:last-child:hover {
  background: #e5daae;
  color: #b4662f;
}
.coupon-head:last-child a {
  text-decoration: none;
  color: #c68353;
}
.coupon-inner {
  width: 308px;
  height: 138px;
  float: left;
  margin: 22px 8px 0 15px;
  cursor: pointer;
}
.coupon-inner-left {
  width: 265px;
  height: 100%;
  background: #ddb77a;
  float: left;
  position: relative;
}
.coupon-inner-right {
  float: left;
  background: #f5dfbd;
  width: 43px;
  height: 100%;
  position: relative;
}
.coupon-price {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #ffffff;
  font-size: 40px;
}
.coupon-full {
  position: absolute;
  left: 140px;
  top: 31px;
  font-size: 14px;
  color: white;
}
.coupon-use {
  font-size: 16px;
  color: white;
  position: absolute;
  left: 10px;
  top: 75px;
}
.coupon-useTime {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 98px;
}
.coupon-inner-right p {
  width: 20px;
  font-size: 18px;
  color: #b4662f;
  margin: 18px auto 0;
}
.coupon-hd-active {
  color: white;
  background: #ba1e1e;
}
.food-workshop-inner {
  position: relative;
}
.colorNum {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  color: #a7936e;
  border: 1px solid #b3a07d;
  border-radius: 6px;
  padding: 0 6px;
  line-height: 18px;
  background-color: #f4f0ea;
}
.colorNum-span {
  line-height: 18px !important;
}
/* 砍价 */
.kanjia {
  margin-top: 30px;
  height: 425px;
}
.kanjia-container {
  border: 1px solid #f0ece4;
}
.kanjia-container .kanjia-timelimit {
  float: left;
  height: 100%;
  width: 258px;
  background: url("../../images/activity_bg.png") no-repeat;
  text-align: center;
  font-size: 20px;
}
.kanjia-container .kanjia-timelimit .p1 {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 76px;
  border-bottom: 2px solid #a7936e;
  color: #a7936e;
}
.kanjia-container .kanjia-timelimit .p2 {
  margin-top: 18px;
  margin-bottom: 35px;
  color: #a7936e;
}
.kanjia-container .kanjia-timelimit .timegroup div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  background: #a7936e;
}
.kanjia-container .kanjia-timelimit .timegroup b {
  color: #a7936e;
}
.kanjia-container .kanjia-timelimit .btn {
  display: inline-block;
  margin-top: 52px;
  width: 106px;
  height: 28px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #b3a385;
  border-radius: 14px;
}
.kanjia-container .kanjia-timelimit .btn .arrow_right {
  font-size: 20px;
  vertical-align: -1px;
}
.kanjia-list-outer {
  position: relative;
  float: left;
  width: 1200px;
}
.kanjia-list-outer .swiper-container {
  width: 1200px;
  height: 423px;
}
.kanjia-list {
  float: left;
}
.kanjia-li {
  float: left;
  width: 286px;
  margin-right: 8px;
}
.kanjia-li:last-child .img {
  border-right: none;
}
.kanjia-li .img {
  position: relative;
  width: 288px;
  height: 288px;
  border: 1px solid #f0ece4;
  border-top: none;
  cursor: pointer;
  overflow: hidden;
}
.kanjia-li .img img {
  width: 100%;
  height: 100%;
}
.kanjia-li .img .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
}
.kanjia-li .img .cover .code-border {
  width: 132px;
  height: 132px;
  margin: 50px auto 15px;
  padding: 10px;
  background: #e3e3e3;
}
.kanjia-li .img .cover .code-border img {
  width: 100%;
  height: 100%;
}
.kanjia-li .img .cover p {
  font-size: 24px;
  color: #fff;
}
.kanjia-li .des {
  padding: 15px 7px 25px 7px;
}
.kanjia-li .des p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.kanjia-li .des .num {
  margin-bottom: 15px;
}
.kanjia-li .des .num span {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}
.kanjia-li .des .price-box .init-price {
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 45px;
}
.kanjia-li .des .price-box .now-price {
  float: right;
  color: #be4141;
  font-size: 16px;
  line-height: 45px;
}
.kanjia-li .des .price-box .now-price b {
  font-size: 18px;
}
.kanjia-li .des .price-box .now-price del {
  color: #999;
  font-size: 12px;
}
.kanjia-li .des .btn {
  display: inline-block;
  width: 178px;
  height: 40px;
  line-height: 40px;
  background: #be4141;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.kanjia-li .des .btn span {
  font-size: 20px;
  vertical-align: -1px;
}
.kanjia-li .des .small {
  float: right;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  margin-right: 6px;
}
.pintuan > a,
.miaosha > a,
.kanjia-list-outer > a {
  position: absolute;
  top: 120px;
  display: block;
  width: 36px;
  height: 70px;
  background: rgba(0, 0, 0, 0.25) url("../../images/arrowi.png") no-repeat;
  background-position: center;
  z-index: 5;
  cursor: pointer;
}
.juanCenter > a {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  display: block;
  width: 36px;
  height: 70px;
  background: rgba(0, 0, 0, 0.25) url("../../images/arrowi.png") no-repeat;
  background-position: center;
  z-index: 5;
  cursor: pointer;
}
.pintuan .prev,
.miaosha .prev,
.kanjia-list-outer .prev,
.juanCenter .prev {
  left: 0;
}
.pintuan .next,
.miaosha .next,
.kanjia-list-outer .next,
.juanCenter .next {
  right: 0;
  transform: rotate(180deg);
}
/* 领劵中心 */
.juanCenter {
  display: none;
  position: relative;
  width: 1200px;
  height: 425px;
  margin-top: 30px;
  padding: 20px 45px 0 47px;
  background: #f5f5f5;
}
.juanCenter .swiper-container {
  width: 1108px;
  height: 402px;
}
.juanCenter li {
  float: left;
  width: 534px;
  height: 181px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 8px 15px 8px 10px;
  background: url("../../images/juan-bg.png") no-repeat 100% 100%;
  background-origin: border-box;
}
.juanCenter li:nth-child(2n) {
  margin-right: 0;
}
.juanCenter li.active .progress {
  border: 1px solid #e1e1e1;
}
.juanCenter li.active .btn {
  background-color: #e1e1e1;
  cursor: text;
}
.juanCenter .img {
  float: left;
  position: relative;
  width: 165px;
  height: 165px;
  margin-right: 10px;
}
.juanCenter .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 165px;
  max-height: 165px;
}
.juanCenter .des {
  float: left;
  width: 181px;
}
.juanCenter .des .money {
  font-size: 26px;
  color: #ae865b;
  margin-top: 30px;
  margin-bottom: 20px;
}
.juanCenter .des .type {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.juanCenter .des .date {
  color: #999;
  font-size: 14px;
}
.juanCenter .collection {
  float: left;
  width: 150px;
}
.juanCenter .collection p {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.juanCenter .collection .progress {
  width: 118px;
  height: 12px;
  border: 1px solid #f2cecd;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.juanCenter .collection .progress .progress-bar {
  height: 100%;
  width: 0;
  background: #ffe5e5;
}
.juanCenter .collection .btn {
  width: 93px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  background: #be4141;
  color: #fff;
  cursor: pointer;
}
/* 一句话提示 */
.one-word-modal {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 330px;
  margin-left: -100px;
  text-align: center;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  z-index: 99;
}
.camaign-box {
  position: relative;
}
.camaign-box .nullpage {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 425px;
  text-align: center;
  line-height: 425px;
  font-size: 26px;
  color: #333;
}
